home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 February / PCWK0297.iso / lotus / english / lotus036.dsk / SCHEDULE.MPR / SCRIPT / ApproachDoc / Schedule Display.s (.txt) < prev    next >
Encoding:
Null Bytes Alternating  |  1995-11-10  |  1.3 KB  |  20 lines

  1. '++LotusScript Development Environment:2:5:(Options):0:66
  2.  
  3. '++LotusScript Development Environment:2:5:(Forward):0:1
  4. Declare Sub Switchto(Source As Form, View As VIEW)
  5.  
  6. '++LotusScript Development Environment:2:5:(Declarations):0:10
  7.  
  8.  
  9. '++LotusScript Development Environment:2:2:BindEvents:1:129
  10. Private Sub BindEvents(Byval Objectname_ As String)
  11.     Static Source As FORM
  12.     Set Source = Bind(Objectname_)
  13.     On Event Switchto From Source Call Switchto
  14. End Sub
  15.  
  16. '++LotusScript Development Environment:2:2:Switchto:1:12
  17. Sub Switchto(Source As Form, View As VIEW)
  18.     source.body.txtMouseOverInfoDisplay.text = ""
  19.     source.body.txtMouseOverInfoDisplay2.text = ""    
  20. End Sub